From: Ian Campbell Date: Tue, 19 Nov 2013 13:00:14 +0000 (+0000) Subject: xen: arm: include header for for arch_do_{sys, dom}ctl prototype X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5916 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=192a99841eb50ac835bf724b458ff53634e77ea1;p=xen.git xen: arm: include header for for arch_do_{sys, dom}ctl prototype Signed-off-by: Ian Campbell Acked-by: Stefano Stabellini --- diff --git a/xen/arch/arm/domctl.c b/xen/arch/arm/domctl.c index 851ee40afc..4cf02949f9 100644 --- a/xen/arch/arm/domctl.c +++ b/xen/arch/arm/domctl.c @@ -9,6 +9,7 @@ #include #include #include +#include #include long arch_do_domctl(struct xen_domctl *domctl, struct domain *d, diff --git a/xen/arch/arm/sysctl.c b/xen/arch/arm/sysctl.c index 638820489e..98bab6aba1 100644 --- a/xen/arch/arm/sysctl.c +++ b/xen/arch/arm/sysctl.c @@ -10,6 +10,7 @@ #include #include #include +#include #include void arch_do_physinfo(xen_sysctl_physinfo_t *pi) { }